Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add metrics to api and recon #208

Merged
merged 3 commits into from
Jan 9, 2024
Merged

feat: add metrics to api and recon #208

merged 3 commits into from
Jan 9, 2024

Conversation

nathanielc
Copy link
Collaborator

Add metrics to ceramic-api and recon crates.

Additionally some small build fixes for tokio

Add metrics to ceramic-api and recon crates.

Additionally some small build fixes for tokio
Makefile Outdated
@@ -50,7 +52,7 @@ check-kubo-rpc-server:

.PHONY: release
release:
RUSTFLAGS="-D warnings" cargo build -p ceramic-one --locked --release
RUSTFLAGS="-D warnings" $(CARGO) build -p ceramic-one --locked --release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the RUSTFLAGS is redefined in the $(CARGO)

should CARGO = RUSTFLAGS='--cfg tokio_unstable' cargo
be more like CARGO = RUSTFLAGS=$RUSTFLAGS + '--cfg tokio_unstable' cargo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the Makefile to handle appending to RUSTFLAGS. Thanks for catching that

@nathanielc nathanielc added this pull request to the merge queue Jan 9, 2024
Merged via the queue into main with commit 58dc5b6 Jan 9, 2024
4 checks passed
@nathanielc nathanielc deleted the fix/misc-fixes branch January 9, 2024 18:42
Copy link
Collaborator

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants